home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
LANG
/
C
/
GCC
/
CLIB
/
!clib
/
h
/
memory
< prev
next >
Wrap
Text File
|
1997-03-22
|
183b
|
11 lines
/* memory.h.
An extension, not part of the original SharedCLibrary distribution. */
#ifndef __MEMORY_H
#define __MEMORY_H 1
#ifndef __STRING_H
#include <string.h>
#endif
#endif